home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / apps / xconf / xconf.man < prev    next >
Text File  |  1994-08-01  |  4KB  |  87 lines

  1.  
  2.      XCONF(1)                Silicon Graphics                 XCONF(1)
  3.  
  4.      NAME
  5.           xconf - local area network conferencing program.
  6.  
  7.      SYNOPSIS
  8.           /usr/local/bin/xconf [-s server] [-p port]
  9.  
  10.      DESCRIPTION
  11.           This program creates a motif based graphical user interface
  12.           which allows input of messages, and provides an area for
  13.           viewing messages from other group members.  Also, pop-up
  14.           dialogs are available for monitoring who is logged in, and
  15.           what groups are currently in use.  In standard mode, the
  16.           program uses UDP multicast packets to send messages, and
  17.           listens by default on port 6090 for incoming messages.  If
  18.           using the -s parameter, xconf makes a TCP connection to the
  19.           named server.
  20.  
  21.      OPTIONS
  22.           -s server Connect directly to "server" rather than
  23.           multicast.  -p port        Connect and send using "port".
  24.  
  25.           Normally, everything typed in the input area will be sent to
  26.           all members of the current group.  The group will be set to
  27.           the value of the CONFGROUP environment variable at login
  28.           time.  If this variable is not set, the initial group is
  29.           'def_group'.  Once logged in, a user may change thier group
  30.           either with the ':g group-name' command or by clicking on
  31.           another group in the Groups dialog.
  32.  
  33.           In addition, there are some commands available for sending
  34.           private messages, broadcast messages, and so forth.  Command
  35.           lines start with ':' followed by the command to be
  36.           performed.  The following list shows currently available
  37.           commands (square brackets '[]' indicate optional
  38.           characters/parameters):
  39.  
  40.             :b[roadcast] msg ----- broadcast a message to all groups.
  41.             :c[hannel] user ------ open a private channel to 'user'.
  42.             :f[ind] user --------- report whether 'user' is logged in.
  43.             :g[roup] group ------- change your group to 'group'.
  44.             :h[elp] -------------- bring up the help dialog.
  45.             :n[ame] name --------- change your name to 'name'.
  46.             :q[uit] -------------- quit xconf.
  47.             :r[ing] user [msg] --- ring the bell of 'user'.
  48.             :s[end] user msg ----- send a private message to 'user'.
  49.             :u[rgent] msg -------- send an urgent message.
  50.             :v[ersion] ----------- show xconf version number.
  51.             :w[ho] --------------- bring up the user dialog.
  52.  
  53.           The following entries may be put in $USER/.xdefaults to
  54.           control such features as the program's colors, and the fonts
  55.  
  56.      Page 1                                          (printed 4/26/94)
  57.  
  58.      XCONF(1)                Silicon Graphics                 XCONF(1)
  59.  
  60.           used:
  61.  
  62.             xconf*foreground:              ! any color
  63.             xconf*background:              ! any color
  64.             xconf*XmList.background:       ! any color
  65.             xconf*XmText.background:       ! any color
  66.             xconf*XmPushButton*background: ! any color
  67.             xconf*fontList:                ! any font specification
  68.  
  69.      NOTES
  70.           The "channel" command is not yet implemented.
  71.  
  72.      FILES
  73.           /usr/local/bin/xconf              xconf executable
  74.           /usr/lib/X11/app-defaults/XConf   xconf resource
  75.           initialization file
  76.  
  77.      AUTHOR
  78.           Jesse Rendleman
  79.  
  80.      SEE ALSO
  81.           talk(1m)
  82.  
  83.      ORIGIN
  84.           Silicon Graphics, Inc.
  85.  
  86.      Page 2                                          (printed 4/26/94)
  87.